C1.Web.Mvc Namespace / ScatterMapLayer<T> Class / Binding Property

In This Topic
Binding Property (ScatterMapLayer<T>)
In This Topic
Gets or sets the binding for the layer.
Syntax
'Declaration
 
Public Property Binding As String
 
Remarks
The binding can include two comma-separated property names (longitude and latitude) 'lon,lat' or a single property name that contain a pair of geographical coordinates.
See Also